IExtension<T> Interface Members
In This Topic
The following tables list the members exposed by IExtension<T>.
Public Properties
| Name | Description |
| Key | Gets the identifier of the extension. |
Top
Public Methods
| Name | Description |
| Attach | Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property. |
| Detach | Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property. |
| ExportExtensionData | Exports the extension data. |
| ImportExtensionData | Imports the extension data. |
| IsRequiredExport | Gets a value indicating whether the extension requires to export its data. |
Top
See Also